home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_0799 / 738 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  636 b 

  1. From: roemer@informatik.uni-frankfurt.de
  2. Posted-Date: Mon, 3 Jan 94 15:52:37 MEZ
  3. Received-Date: Mon, 3 Jan 94 15:52:38 +0100
  4. Message-Id: <9401031452.AA00643@hypnos.rbi.informatik.uni-frankfurt.de>
  5. Subject: Re: strange Fselect/Finstat behaviour...
  6. To: mint@atari.archive.umich.edu
  7. Date: Mon, 3 Jan 94 15:52:37 MEZ
  8. Mailer: Elm [revision: 70.85]
  9.  
  10. Setting the terminal to raw mode like this:
  11.  
  12. tty.sg_flags |= RAW;
  13. tty.sg_flags &= ~CBREAK;
  14.  
  15. in bsd style or
  16.  
  17. tio.cc_lflag &= ~(ISIG|ICANON);
  18.  
  19. in termios style should solve the problem.
  20.  
  21. (to thorsten: oops, sent my answer to you
  22. instead to mint@a.a, so you will get it
  23. twice :-)
  24.  
  25. Cheers,
  26. Kay.
  27.